home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / slrn / slrn_src / slrnpull / slrn.rc < prev    next >
Text File  |  1999-05-14  |  718b  |  21 lines

  1. % This is a minimal .slrnrc file for use with slrn when it is used to
  2. % read from an slrnpull spool directory.  Here I assume that the
  3. % SLRNPULL_ROOT directory is /var/spool/slrnpull.
  4. % Note that PULL_SUPPORT must be enabled in slrnfeat.h.
  5. % Also look at the sample slrn.rc file in ../doc for more options.
  6.  
  7. set spool_inn_root        "/var/spool/slrnpull"
  8. set spool_root            "/var/spool/slrnpull/news"
  9. set spool_nov_root        "/var/spool/slrnpull/news"
  10. set read_active            1
  11. set use_slrnpull        1
  12.  
  13. set server_object        "spool"
  14. % The previous line is optional.  If you use it, the command line argument
  15. % `--spool' is not necessary.
  16.  
  17. % Don't forget to set these up properly:
  18.  
  19. hostname            "your.host.name"
  20. set username            "your.user.name"
  21.